home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / newdir11.zip / NEWDIR.DOC < prev   
Text File  |  1991-11-06  |  6KB  |  108 lines

  1.                              *>>NEWDIRECTORY<<*
  2.                                 Version 1.1
  3.                        DOS Directory Renaming Utility
  4.                                by Bob Giesen
  5.                             (C) Copyright, 1991
  6.                             ~~~~~~~~~~~~~~~~~~~
  7.    This simple command utility is for those who, like I, have experienced
  8. regret for having named a certain directory one way, only to wish to change
  9. it to something simpler or more appropriate.
  10.    Through DOS 4.01 (the newest version this PC slave owns), renaming DOS
  11. directories is not directly possible.  The only way to do it is through the
  12. use of four commands: Mkdir (or md), Copy, Del, and Rmdir (or rd), assuming
  13. you have files in the directory you wish to rename.  Using the DOS commands
  14. on a directory containing many files may require a good amount of free disk
  15. space or, lacking that, can become a study in tedium if one is forced to copy
  16. and delete the files one at a time.
  17.  
  18.    To use this utility, first be sure to either be in the directory where the
  19. program resides (NEWDIR.EXE) or else put it into a directory that is included
  20. in your PATH command (in your AUTOEXEC.BAT file).  I highly recommend accessing
  21. it via the PATH command.  For those of you who are new to this, the PATH
  22. command simply tells the computer where to look for commands when you enter
  23. them in the DOS environment.  If you are leary of editing your AUTOEXEC.BAT
  24. file, simply copy NEWDIR.EXE into your DOS directory.  This accomplished,
  25. you may then simply type "newdir" from within any directory to run it.
  26.    Once the program is in the directory in which you want it, you may wish
  27. to rename it.  I suggest "ND.EXE".  Saves keystrokes.  Again, for those of
  28. you who are neophytes, simply enter "ren newdir.exe nd.exe" or "rename
  29. newdir.exe nd.exe" while you are in the directory where NEWDIR.EXE resides.
  30.  
  31.    To run the program, simply type "newdir" (or "nd" or whatever you have
  32. renamed it - the ".exe" extension is optional/unnecessary).  You will be
  33. prompted to enter the COMPLETE path of the directory (or subdirectory) you
  34. wish to rename.  An example entry will be shown to help you if you are unsure
  35. of what that means.  Then you will be asked to enter the new, COMPLETE
  36. directory pathname you wish to use.  Again, an example will be shown.  You
  37. will have the opportunity to back out of the command before naming the new
  38. directory simply by hitting Ctrl-C or Ctrl-Brk (hold down the [Control] key
  39. while hitting either the [C] or [Break] key).  It's that simple!
  40.  
  41. ------------------------------------------------------------------------------
  42.  
  43. OPTIONS:
  44.  
  45.    NEWDIR (pathname)
  46.         From DOS, enter the name of the directory (including full path) after
  47.         the command.  This will save you from being asked to enter it after
  48.         the program starts (save a couple of seconds...).  You will still be
  49.         asked to verify that is is correct.
  50.         e.g.: "newdir c:\games\cards"
  51.  
  52.    NEWDIR45 [(PATHNAME)]
  53.         For those of you who have Microsoft's QuickBASIC 4.5 (R), you may use
  54.         the NEWDIR45.EXE file instead of NEWDIR.EXE (saves disk space).  Just
  55.         be sure that you have BRUN45.EXE in your current path.  Again, you
  56.         may wish to shorten the name of the executable file to "nd.exe".
  57.  
  58.  
  59. SUGGESTION:
  60.  
  61.    Delete the .exe file that you do not need from your disk in order
  62.    to save space.  If you don't have BRUN45.EXE available, you don't
  63.    need NEWDIR45.EXE.  Conversely, if you can use NEWDIR45.EXE, save
  64.    several kb of disk space by deleting NEWDIR.EXE.  Just don't
  65.    distribute this program with either file missing (see the note
  66.    below regarding this).
  67.  
  68.  
  69. ------------------------------------------------------------------------------
  70.  
  71. New to version 1.1
  72.  
  73.    NEWDIRECTROY will now check for illegal directory name lengths.  (DOS
  74.    allows no more than 11 characters in a directory name.)
  75.  
  76.    Version 1.0 allowed directory name entries (outside of command line)
  77.    that didn't include drive designations.  Fixed, for safety's sake, in
  78.    version 1.1.
  79.  
  80. ------------------------------------------------------------------------------
  81.  
  82. Etcetera...
  83.  
  84.    This software is provided as is without warranty of any kind, explicit or
  85.    implied.  The user accepts sole responsibility for any consequences of its
  86.    use.
  87.  
  88.    You may freely copy, use, and/or distribute this program, so long as no
  89.    compensation is required other than a reasonable amount for materials and
  90.    shipping and handling, not to exceed $5 IN AGGREGATE, and so long as it is
  91.    not packaged with any other software on the same medium (e.g., disk).  When
  92.    distributing this program in any manner, the three files found herein
  93.    (NEWDIR.EXE, NEWDIR45.EXE, AND NEWDIR.DOC) must be distributed together
  94.    without modification, except to use a file compression utility, such as LHA,
  95.    LHARC, ZIP, ARC, etc.
  96.  
  97.    This software is offered as shareware - if you like it, share it!  The
  98.    author requires no compensation, but any contributions would be DEEPLY
  99.    appreciated!  If you find it within your heart to send just a dollar, I
  100.    would be most appreciative.  Contributions of $2, $5 or more will encourage
  101.    more programming on my part and will give you a discount on any future
  102.    shareware by this author that you choose to register (not to mention a
  103.    good feeling for doing the right thing).
  104.    Contributions may be sent to: Bob Giesen
  105.                                  42 Highland St.
  106.                                  Calumet City, IL  60409
  107.  
  108.